home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / slperl.zoo / atarist / test / err < prev    next >
Encoding:
Text File  |  1992-07-02  |  57 b   |  5 lines

  1. $! = 0 + 0;
  2. print $!, "\n";
  3. $e = $! + 0;
  4. print $e, "\n";
  5.